@charset "utf-8";
/* CSS Document */

/**common**/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

html,
body {
  min-width: 1366px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  margin: 0;
  padding: 0;
  font: 14px/1 Arial, RobotoRegular, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif;
}

table,
td,
tr,
th {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

ol,
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

img {
  vertical-align: middle;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: normal;
}

.clear {
  clear: both;
}

.clear:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

a {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

::placeholder {
  color: #999;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w1300 {
  width: 1300px;
}

@media (max-width:1440px) {
  .w1300 {
    width: 94%;
  }
}

@font-face {
  font-family: "Bebas";
  src: url('../fonts/Bebas.ttf');
}

@font-face {
  font-family: "NiceRegular";
  src: url('../fonts/NiceRegular.ttf');
}

@font-face {
  font-family: "NiceBold";
  src: url('../fonts/NiceBold.ttf');
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 0;
}

/* 滚动槽宽度 */
::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #c40909;
}

/* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive {
  background-color: #c40909;
}

/* 滚动条滑块点击状态 */


/*头部 开始*/
.lyTop {
  width: 100%;
  height: auto;
  background-color: #fff;
}

.lyTop .lyTop_main {
  height: 120px;
  margin: 0 auto;
}

.lyTop_main .lyLogo {
  width: auto;
  height: 70px;
  overflow: hidden;
  margin: 25px 0;
  float: left;
}

.lyLogo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 70px;
  overflow: hidden;
}

.lyLogo a img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}


/* lyNav start */
.lyNav {
  padding: 30px 40px;
  position: relative;
  z-index: 2;
  float: left;
}

.lyNav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.lyNav ul li {
  flex-grow: 1;
  position: relative;
}

.lyNav ul li a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #333;
  font-size: 16px;
  text-align: center;
  padding: 0 26px;
}

.lyNav ul li:hover a,
.lyNav ul li.active a {
  color: #c40909;
}

.lyNav ul li::after {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background-color: #e6e6e6;
  position: absolute;
  top: 50%;
  right: 0;
}

.lyNav ul li:last-child::after {
  display: none;
}

.lyNav ul li a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.lyNav ul li a i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyNav ul li a i svg path {
  fill: #ffffff;
}

.lyNav ul li:hover a i svg path,
.lyNav ul li.active a i svg path {
  fill: #212f32;
}

/* lyNav end */


.lyTel {
  height: 50px;
  margin: 35px 0;
  padding: 0 14px 0 30px;
  border: 1px solid #e6e6e6;
  float: right;
  position: relative;
}

.lyTel span {
  display: block;
  line-height: 20px;
  color: #999;
  font-size: 12px;
}

.lyTel p {
  line-height: 28px;
  color: #c40909;
  font-family: "NiceRegular";
  font-size: 36px;
}

.lyTel i {
  display: block;
  width: 36px;
  height: 36px;
  padding: 6px;
  background-color: #c40909;
  border-radius: 50%;
  position: absolute;
  left: -18px;
  top: 7px;
}

.lyTel i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyTel i svg path {
  fill: #ffffff;
}


/*lyKeywords start*/
.lyKeywords {
  height: 80px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.lyKeywords::before {
  content: '';
  display: block;
  width: 40%;
  height: 90px;
  background-color: #c40909;
  position: absolute;
  top: -10px;
  right: 0;
}

.lyKeywords .lyKeywords_main {
  display: flex;
  align-items: center;
  justify-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.lyKeywords_main .lyKeywords_left {
  width: 50%;
  padding: 10px 0 10px 32px;
  position: relative;
}

.lyKeywords_left i {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-top: -12px;
  position: absolute;
  left: 0;
  top: 50%;
}

.lyKeywords_left i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyKeywords_left i svg path {
  fill: #c40909;
}

.lyKeywords_left .lyKeywords_list {
  display: flex;
  align-items: center;
  justify-items: center;
}

.lyKeywords_list span {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 16px;
  vertical-align: top;
}

.lyKeywords_list p {
  width: calc(100% - 100px);
  min-height: 30px;
  max-height: 60px;
  overflow: hidden;
  line-height: 30px;
  color: #777;
  font-size: 16px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lyKeywords_list p a {
  display: inline-block;
  line-height: 30px;
  color: #777;
  font-size: 16px;
  vertical-align: top;
  padding: 0 10px;
}

.lyKeywords_list p a:hover {
  color: #c40909;
}


.lyKeywords_main .lyKeywords_right {
  width: 50%;
  height: 80px;
  position: relative;
}

.lyKeywords_main .lyKeywords_right::before {
  content: '';
  display: block;
  width: 50%;
  height: 54px;
  background-color: #222;
  transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  position: absolute;
  left: 0;
  bottom: 0;
}

.lyKeywords_main .lyKeywords_right::after {
  content: '';
  display: block;
  width: 100%;
  height: 90px;
  background-color: #c40909;
  transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  position: absolute;
  left: 18px;
  bottom: 0;
}

.lyKeywords_right dl {
  height: 48px;
  margin: 11px 0 11px 60px;
  float: left;
  position: relative;
  z-index: 1;
}

.lyKeywords_right dl dd {
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-right: 30px;
  float: left;
}

.lyKeywords_right dl dd i {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  margin-right: 10px;
  padding: 9px;
  border: 1px solid #fff;
  border-radius: 50%;
  float: left;
}

.lyKeywords_right dl dd i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyKeywords_right dl dd i svg path {
  fill: #ffffff;
}

.lySearch {
  width: 250px;
  height: 48px;
  overflow: hidden;
  margin: 11px 0;
  padding-right: 48px;
  background-color: #fff;
  border-radius: 24px;
  float: right;
  position: relative;
  z-index: 1;
}

.lySearch .scIpt {
  width: 100%;
  height: 48px;
  padding: 5px 15px;
}

.lySearch .scIpt input {
  display: block;
  width: 100%;
  height: 38px;
  overflow: hidden;
  line-height: 38px;
  color: #222;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  background-color: #fff !important;
  border-radius: 0 !important;
  border: 0;
  outline: none;
}

.lySearch .scIpt input::placeholder {
  color: #bbb;
}

.lySearch .scBtn {
  width: 48px;
  height: 48px;
  padding: 7px;
  position: absolute;
  top: 0;
  right: 0;
}

.lySearch .scBtn button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px;
  overflow: hidden;
  background-color: #c40909 !important;
  border-radius: 50% !important;
  border: 0;
  outline: none;
  cursor: pointer;
}

.lySearch .scBtn button i {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.lySearch .scBtn button i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lySearch .scBtn button i svg path {
  fill: #ffffff;
}

/*lyKeywords end*/


.lyTitle {
  width: 150px;
  margin: 0 auto 50px;
  padding: 12px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}

.lyTitle1 {
  border-top: 1px solid rgba(255, 255, 255, .15);
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.lyTitle p {
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 6px;
}

.lyTitle1 p {
  color: #fff;
}

.lyTitle span {
  display: block;
  line-height: 20px;
  color: rgba(51, 51, 51, .35);
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}

.lyTitle1 span {
  color: rgba(255, 255, 255, .15);
}

.lyTitle::before {
  content: '“';
  display: block;
  height: 40px;
  line-height: 74px;
  color: #c40909;
  font-size: 84px;
  font-weight: bold;
  font-family: Arial;
  position: absolute;
  left: -60px;
  top: 0;
}

.lyTitle::after {
  content: '”';
  display: block;
  height: 40px;
  line-height: 74px;
  color: #c40909;
  font-size: 84px;
  font-weight: bold;
  font-family: Arial;
  position: absolute;
  right: -60px;
  top: 20px;
}


/* 友情链接 开始 */
.lyLinks {
  overflow: hidden;
  margin: -45px auto;
  position: relative;
  z-index: 1;
}

.lyLinks::before {
  content: '';
  display: block;
  width: 50%;
  height: 90px;
  background-color: #c40909;
  position: absolute;
  left: 0;
  top: 0;
}

.lyLinks .lyLinks_main {
  display: flex;
  align-items: center;
  height: 90px;
  margin: 0 auto;
  padding: 13px 0;
  background-color: #c40909;
  position: relative;
  z-index: 1;
}

.lyLinks .lyLinks_main::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 90px solid #c40909;
  border-left: 0 solid transparent;
  border-right: 90px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  right: -90px;
  top: 0;
}

.lyLinks_main .lyLinks_title {
  width: 164px;
  height: 40px;
  overflow: hidden;
  line-height: 42px;
  color: #fff;
  font-size: 48px;
  border-right: 1px solid rgba(255, 255, 255, .25);
  position: relative;
}

.lyLinks_title span {
  display: block;
  width: 80px;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  background-color: #c40909;
  position: absolute;
  top: 0;
  left: 26px;
}

.lyLinks_main .lyLinks_list {
  width: calc(100% - 164px);
  min-height: 32px;
  max-height: 64px;
  overflow: hidden;
  line-height: 32px;
  color: rgba(255, 255, 255, .65);
  font-size: 16px;
  padding-left: 30px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lyLinks_list a {
  display: inline-block;
  line-height: 32px;
  color: rgba(255, 255, 255, .65);
  font-size: 16px;
  margin-right: 20px;
}

.lyLinks_list a:hover {
  color: #fff;
}

/* 友情链接 结束 */


/* lyFoot start */
.lyFoot {
  padding-top: 105px;
  background-color: #222;
}

.nyFoot {
  padding-top: 50px;
}

.lyFoot .lyFoot_main {
  margin: 0 auto;
}

.lyFoot_main .lyFoot_nav {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.lyFoot_nav ul {
  float: left;
}

.lyFoot_nav ul li {
  margin-right: 50px;
  float: left;
}

.lyFoot_nav ul li a {
  display: block;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
}

.lyFoot_nav ul li a:hover {
  color: #c40909;
}


.toTop {
  margin-left: 36px;
  float: right;
}

.toTop a {
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
  border: 1px dashed rgba(255, 255, 255, .25);
  border-radius: 50%;
}

.toTop a i {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 12px;
}

.toTop a i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.toTop a i svg path {
  fill: #ffffff;
}

.toTop a:hover {
  background-color: #c40909;
  border: 1px dashed #c40909;
}

.lyFoot_ewm {
  position: relative;
  float: right;
}

.lyFoot_ewm i {
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  padding: 10px;
  background-color: #c40909;
  border: 1px dashed #c40909;
  border-radius: 50%;
  cursor: pointer;
}

.lyFoot_ewm i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyFoot_ewm i svg path {
  fill: #ffffff;
}


.lyFoot_ewm p {
  display: none;
  width: 120px;
  height: auto;
  background-color: #fff;
  margin-left: -60px;
  padding: 4px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 2;
}

.lyFoot_ewm:hover p {
  display: block;
}

.lyFoot_ewm p img {
  display: block;
  width: 100%;
}


.lyFoot_main .lyFoot_lxfs {
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.lyFoot_lxfs ul {
  margin: 0 -25px;
}

.lyFoot_lxfs ul li {
  width: 33.333333%;
  padding: 0 25px;
  float: left;
}

.lyFoot_lxfs ul li .lyFootLxfs_con {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  padding: 20px;
  background-color: #2b2b2b;
}

.lyFootLxfs_con .lxfsIcon {
  height: 40px;
  padding-right: 20px;
  border-right: 1px solid #c40909;
}

.lyFootLxfs_con .lxfsIcon i {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.lyFootLxfs_con .lxfsIcon i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyFootLxfs_con .lxfsIcon i svg path {
  fill: #c40909;
}

.lyFootLxfs_con .lxfsText {
  min-height: 40px;
  padding-left: 20px;
}

.lyFootLxfs_con .lxfsText span {
  display: block;
  height: 18px;
  line-height: 18px;
  color: rgba(255, 255, 255, .25);
  font-size: 15px;
  margin-bottom: 2px;
}

.lyFootLxfs_con .lxfsText p {
  max-height: 60px;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-family: "Bebas";
  font-size: 26px;
  word-break: break-all;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.lyFoot_main .lyFoot_copy {
  padding: 15px 0;
}

.lyFoot_copy p {
  line-height: 40px;
  color: rgba(255, 255, 255, .25);
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}

.lyFoot_copy p a {
  color: rgba(255, 255, 255, .25);
  font-size: 16px;
}

.lyFoot_copy p a:hover {
  color: #fff;
}

/* lyFoot end */


/*网站右侧漂浮*/
.kfView6 {
  position: fixed;
  top: 28%;
  right: 2px;
  z-index: 999;
}

.kfView6 a.qqa {
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  background: rgba(0, 0, 0, .7);
  margin-bottom: 2px;
}

.kfView6 a.qqa:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/slidebar_icon.png) top center no-repeat;
  overflow: hidden;
  margin: 9px 10px;
}

.kfView6 .tela {
  position: relative;
}

.kfView6 .tela>a {
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  background: rgba(196, 9, 9, .7);
  margin-bottom: 2px;
}

.kfView6 .tela>a:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/slidebar_icon.png) center -27px no-repeat;
  overflow: hidden;
  margin: 9px 10px;
}

.kfView6 .tela .wz {
  position: absolute;
  top: 0;
  left: -212px;
  z-index: 999;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.kfView6 .tela:hover .wz {
  display: block;
}

.kfView6 .tela p {
  background: #fff;
  width: 200px;
  height: 40px;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  color: #fdc236;
  line-height: 40px;
  text-align: center;
}

.kfView6 .tela p em {
  width: 0;
  height: 0;
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: -6px;
}

.kfView6 .wxa {
  position: relative;
}

.kfView6 .wxa>span {
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  background: rgba(196, 9, 9, .7);
  margin-bottom: 2px;
}

.kfView6 .wxa>span:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/slidebar_icon.png) center -52px no-repeat;
  overflow: hidden;
  margin: 9px 10px;
}

.kfView6 .wxa .code {
  position: absolute;
  top: -44px;
  left: -132px;
  z-index: 999;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.kfView6 .wxa:hover .code {
  display: block;
}

.kfView6 .wxa .code p {
  background: #fff;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.kfView6 .wxa .code p img {
  max-width: 100%;
  max-height: 100%;
}

.kfView6 .wxa .code p em {
  width: 0;
  height: 0;
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: -6px;
}

.kfView6 .wxa .code span {
  display: block;
  background: #fff;
  width: 120px;
  height: 20px;
  overflow: hidden;
  line-height: 14px;
  color: #999;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.kfView6 a.totop {
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  background: rgba(253, 194, 54, 0.85);
  margin-bottom: 2px;
}

.kfView6 a.totop:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/slidebar_icon.png) center -76px no-repeat;
  overflow: hidden;
  margin: 9px 10px;
}

.kfView6 .pfpro,
.kfView6 .pflxwm {
  display: none;
}

/*右侧漂浮 结束*/